full devices expect to be able to read the partition table during xlvbd_add
authorvh249@kneesaa.uk.xensource.com <vh249@kneesaa.uk.xensource.com>
Thu, 29 Sep 2005 15:25:50 +0000 (11:25 -0400)
committervh249@kneesaa.uk.xensource.com <vh249@kneesaa.uk.xensource.com>
Thu, 29 Sep 2005 15:25:50 +0000 (11:25 -0400)
commit188c38b7c8d51956e13c59e5f7290419b6369292
treea348e51f04e26a2a392fb08063415df59e590e8f
parent756af00b03fb13c918afa6c57ed368bd4333a5a7
full devices expect to be able to read the partition table during xlvbd_add
but couldn't because the device was not marked as BLKIF_CONNECTED and thus
blkif_queue_request discarded the read request. fix bug #220

Signed-off-by: Vincent Hanquez <vincent@xensource.com>
linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c